Uses of Class
com.fourjs.report.facturx.Codes.SupportingDocumentTypeCode
-
Packages that use Codes.SupportingDocumentTypeCode Package Description com.fourjs.report.facturx com.fourjs.report.facturx.profiles.en16931 com.fourjs.report.facturx.profiles.extended -
-
Uses of Codes.SupportingDocumentTypeCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.SupportingDocumentTypeCode Modifier and Type Method Description static Codes.SupportingDocumentTypeCodeCodes.SupportingDocumentTypeCode. fromString(String value)Convert a String to a SupportingDocumentTypeCode.static Codes.SupportingDocumentTypeCodeCodes.SupportingDocumentTypeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static Codes.SupportingDocumentTypeCode[]Codes.SupportingDocumentTypeCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.SupportingDocumentTypeCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.SupportingDocumentTypeCode Modifier and Type Method Description Codes.SupportingDocumentTypeCodeAdditionalSupportingDocuments. getTypeCode()BT-122-0:Methods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.SupportingDocumentTypeCode Modifier and Type Method Description AdditionalSupportingDocumentsAdditionalSupportingDocuments. setTypeCode(Codes.SupportingDocumentTypeCode value) -
Uses of Codes.SupportingDocumentTypeCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.SupportingDocumentTypeCode Modifier and Type Method Description Codes.SupportingDocumentTypeCodeAdditionalSupportingDocuments. getTypeCode()BT-122-0:Codes.SupportingDocumentTypeCodeDetailsOfAnAdditionalDocumentReference. getTypeCode()EXT:Methods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.SupportingDocumentTypeCode Modifier and Type Method Description AdditionalSupportingDocumentsAdditionalSupportingDocuments. setTypeCode(Codes.SupportingDocumentTypeCode value)DetailsOfAnAdditionalDocumentReferenceDetailsOfAnAdditionalDocumentReference. setTypeCode(Codes.SupportingDocumentTypeCode value)
-